home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libgplus/src/fix.cc Sun Dec 18 20:18:04 1994
- --- src/libgplus.262/libgplus/src/fix.cc Sun Dec 18 20:18:20 1994
- ***************
- *** 24,30 ****
- --- 24,34 ----
- #endif
- #include <Fix.h>
- #include <std.h>
- + #ifndef __MSDOS__
- #include <Obstack.h>
- + #else
- + #include <_Obstack.h>
- + #endif
- #include <AllocRing.h>
- #include <strstream.h>
-
-